home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 2001 May
/
macformat_103_may_2001.iso
/
Shareware
/
Utilities
/
MacGhostView Folder
/
ghostscript
/
gs6.01
/
lib
/
pf2afm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-11-21
|
293 b
|
9 lines
|
[
TEXT/R*ch
]
#!/bin/sh
# $Id: pf2afm,v 1.1 2000/03/09 08:40:40 lpd Exp $
# Make an AFM file from PFB / PFA and (optionally) PFM files. Usage:
# pf2afm fontfilename
# Output goes to fontfilename.afm, which must not already exist.
# See pf2afm.ps for more details.
exec gs -q -dNODISPLAY -- pf2afm.ps "$@"